Interface Component Properties

Click on a value to edit. Properties of this selected shape(s) are shown on the left. Values are on the right. An explanation of each property is shown in a box on the bottom.

The four components accessible through the Tools bar are list box, scroll pane, push button and check box. Components can also be programmed directly in action script (see Components folder in Examples folder).

The components require at least Flash player version 6. If you add components via action script and not through the KoolMoves gui, you must check "include interface components" in Export Settings.

The most important methods for interacting with the components that one might use in action script code are:
checkbox1.getValue();
listbox1.getValue();
listbox1.setSelectedIndex(0);
scrollpane1.loadContent("file.xxx");

Definition of Terms

A component is drawn and manipulated with Flash MX action scripting.